[Flex 4] Removing sort arrows from AdvancedDataGridColumn Header.
Posted
by zeroDivisible
on Stack Overflow
See other posts from Stack Overflow
or by zeroDivisible
Published on 2010-04-26T11:25:34Z
Indexed on
2010/04/26
15:43 UTC
Read the original article
Hit count: 317
Hello,
I am doing this simple project using Flex 4 SDK and I got stuck with this simple problem: I have turned sortable property for AdvancedDataGridColumn to false, but the column header is still rendered as:
As You can see, my label for this header is "06", but the column header is divided and it keeps the place for sort arrow.
How can I change this? I would like my column header to contain only my label.
I know that most probably I need to do some magic with AdvancedDataGridHeaderRenderer but I just started learning Flex and would like to receive some help.
Thank You for help.
Best regards, Mike.
© Stack Overflow or respective owner